Hi,
I tried to update custome fields to an incident (which i created via events API).
Then I call:
curl -X PUT --header âContent-Type: application/jsonâ --header âAccept: application/vnd.pagerduty+json;version=2â --header âFrom: x@x.comâ --header âAuthorization: Token token=xxxxxxxxxâ -d â{
âincidentâ: {
âtypeâ: âincident_referenceâ,
âstatusâ: âacknowledgedâ,
âcustom_detailsâ: {
âactionPlanâ: âactionplan v2â
}
}
}â âhttps://api.pagerduty.com/incidents/xxxxxxâ
âŠalso versions with a âpayloadâ element⊠in both cases
- while the API result is 200,
- the changed values are not visible in the incident UI ⊠and
- incident/get does not list them.
Any ideas how I can update custom details with Event API?
Kind regards,
Daniel